github.com/jackc/pgx/v5.Conn.sendBatchQueryExecModeExec (method)

2 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L1004: 		return c.sendBatchQueryExecModeExec(ctx, b)
		conn.go#L1038: func (c *Conn) sendBatchQueryExecModeExec(ctx context.Context, b *Batch) *batchResults {